toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.dip.attributes.Set
Namespace
Set
Types
Functions
Types
set_attribute
Link copied to clipboard
entity
set_attribute
set_inner_type
Link copied to clipboard
entity
set_inner_type
Functions
add_element
Link copied to clipboard
function
add_element
(
instance
:
instance
,
attribute_name
:
I
,
element
:
gtv
)
add_elements
Link copied to clipboard
function
add_elements
(
instance
:
instance
,
attribute_name
:
I
,
elements
:
gtv
)
contains
Link copied to clipboard
function
contains
(
root_instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
:
boolean
contains_all
Link copied to clipboard
function
contains_all
(
root_instance
:
instance
,
attribute_name
:
I
,
values
:
gtv
)
:
boolean
create_elements
Link copied to clipboard
function
create_elements
(
instance
:
instance
,
attribute_name
:
I
,
elements
:
gtv
)
fetch_range_from
Link copied to clipboard
function
fetch_range_from
(
attribute
:
attribute
,
value
:
gtv
,
from
:
rowid
)
:
list
<
instance
>
get_value_as_text
Link copied to clipboard
function
get_value_as_text
(
instance
:
instance
,
attribute_name
:
I
)
:
text
is_empty
Link copied to clipboard
function
is_empty
(
instance
:
instance
,
attribute_name
:
I
)
:
boolean
remove_element
Link copied to clipboard
function
remove_element
(
instance
:
instance
,
attribute_name
:
I
,
element
:
gtv
)
remove_elements
Link copied to clipboard
function
remove_elements
(
instance
:
instance
,
attribute_name
:
I
)
:
gtv
set_elements
Link copied to clipboard
function
set_elements
(
instance
:
instance
,
attribute_name
:
I
,
elements
:
gtv
)
size
Link copied to clipboard
function
size
(
root_instance
:
instance
,
attribute_name
:
I
)
:
integer
T
Link copied to clipboard
function
T
(
inner_type
:
type
,
value
:
gtv
?
)
:
attribute_type
unpack
Link copied to clipboard
function
unpack
(
instance
:
instance
,
attribute_name
:
I
)
:
(
type
:
type
,
values
:
gtv
)
?
unpack_by_attribute
Link copied to clipboard
function
unpack_by_attribute
(
instance
:
instance
,
attribute
:
attribute
)
:
(
type
:
type
,
values
:
gtv
)
?
update_elements
Link copied to clipboard
function
update_elements
(
instance
:
instance
,
attribute_name
:
I
,
elements
:
gtv
)